home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / imd110.zip / IMD.DOC < prev    next >
Text File  |  1996-04-12  |  3KB  |  111 lines

  1.  
  2.  
  3.  
  4.                                  IMD v1.10
  5.                         DOS Image Directory utility
  6.                    Freeware, copyright (c) April 12, 1996
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.       ** READ REIGNWAR.TXT FOR LEGAL TERMS AND CONTACT INFORMATION **
  12.  
  13.  
  14.  
  15. Overview:
  16. ~~~~~~~~~
  17. IMD displays a "DIR" directory type file listing of all specified files,
  18. and, in addition, includes size and color information for every image
  19. file which it recognizes.  IMD recognizes wBMP, GIF, JPG, PCX and PNG.
  20.  
  21. IMD versions 1.10 and above also identify nearly two dozen archive formats
  22. (see below).
  23.  
  24.  
  25. Usage:
  26. ~~~~~~
  27. Usage is pretty straightforward, just enter "IMD" followed by the file or
  28. file specification you wish to list.
  29.  
  30. To suppress line wrapping of 4DOS/ NDOS descriptions, simply add "/R" to the
  31. command line (just as you would with 4DOS).
  32.  
  33.  
  34. Examples:
  35. ~~~~~~~~~
  36. IMD a:
  37. IMD c:\dls\*.*
  38. IMD amygrant.jpg
  39. IMD a:\mariah*.gif
  40. IMD d:\gifs\*.png
  41.  
  42. IMD a: >giflist.txt
  43. IMD g: /r >piclist.txt
  44. IMD a: |list /s
  45.  
  46.  
  47. Technical notes:
  48. ~~~~~~~~~~~~~~~~
  49. IMD will properly expand DOS wildcards (? and *), as implied in the above
  50. examples.
  51.  
  52. The output of IMD may be redirected to a file or printer, or piped to
  53. another program, such as Vern Buerg's "LIST" utility.  (See the last example
  54. above for how to accomplish the former.)
  55.  
  56.  
  57. Image formats:
  58. ~~~~~~~~~~~~~~
  59. IMD currently supports GIF, JPeg/ JFIF, PCX, PiNG and Windows BMP image
  60. files.  Information for some formats is incomplete, since I was unable to
  61. find comprehensive and lucid documentation for any format besides PiNG.
  62.  
  63. Problem reports are welcome, and lucid documentation is even more welcome!
  64.  
  65.  
  66. Archive formats:
  67. ~~~~~~~~~~~~~~~~
  68. IMD currently identifies files made with the following archivers:
  69.  
  70.   ACB (not reliably),
  71.   AIN,
  72.   ARJ,
  73.   CODEC,
  74.   HA,
  75.   HAP,
  76.   HPACK,
  77.   HYPER,
  78.   JRC,
  79.   LARC,
  80.   LIM,
  81.   LZH,
  82.   PAK,
  83.   PKARC, PKPAK, ARCA,
  84.   PKZIP, INFO-ZIP,
  85.   PUT,
  86.   Quantum (PAQ),
  87.   RAR,
  88.   SAR,
  89.   Squeeze It (SQZ),
  90.   Ultra Compressor II (UC2),
  91.   YAC (YC),
  92.   ZOO
  93.  
  94.  
  95. GIF copyright notice:
  96. ~~~~~~~~~~~~~~~~~~~~~
  97.    The Graphics Interchange Format(c) is the Copyright property of
  98.      CompuServe Incorporated.
  99.    GIF(sm) is a Service Mark property of CompuServe Incorporated.
  100.  
  101.  
  102. History:
  103. ~~~~~~~~
  104. v1.10 (96-04-12) - IMD now recognizes almost two dozen archive types.
  105. v1.04 (96-03-12) - Added ability not wrap 4DOS/ NDOS descriptions (/R).
  106. v1.03 (96-03-05) - Added ability to show 4DOS/ NDOS descriptions.
  107. v1.02 (95-08-24) - Fixed a routine which searches for specified files.
  108. v1.01 (95-08-12) - Reorganized source code; also changed output slightly.
  109. v1.00 (95-07-31) - First public release.
  110.  
  111.